home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / B-C / C++ FAQ Reference 1.0.sit / C++ FAQ Reference 1.0.rsrc / STR#_144.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  349 b   |  11 lines

  1. What is the type of 'ptr-to-member-fn'?  Is it diffn't from 'ptr-to-fn'?
  2.  
  3. How can I ensure 'X's objects are only created with new, not on the stack?
  4.  
  5. How do I pass a ptr to member fn to a signal handler,X event callback,etc?
  6.  
  7. Why am I having trouble taking the address of a C++ function?
  8.  
  9. How do I declare an array of pointers to member functions?
  10.  
  11.